home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc2_x / beer.sea / Beer / Beer Stax / card_11839.txt < prev    next >
Text File  |  1988-09-26  |  2KB  |  101 lines

  1. -- card: 11839 from stack: in
  2. -- bmap block id: 14789
  3. -- flags: 0000
  4. -- background id: 2662
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=466 top=308 right=331 bottom=496
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 19162 / 19162
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Next
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to next card
  23. end mouseUp
  24.  
  25.  
  26. -- part 2 (button)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=434 top=308 right=331 bottom=465
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 9120 / 9120
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: Prev
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   go to previous card
  41. end mouseUp
  42.  
  43.  
  44. -- part 3 (button)
  45. -- low flags: 00
  46. -- high flags: 0000
  47. -- rect: left=403 top=303 right=331 bottom=426
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: Facts
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   visual effect venetian blinds slowly
  59.   go to card ID 5172
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 4 (button)
  65. -- low flags: 00
  66. -- high flags: 8003
  67. -- rect: left=306 top=313 right=334 bottom=393
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Ingredients
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   visual effect wipe left slow
  79.   go to card ID 9862
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 5 (button)
  85. -- low flags: 00
  86. -- high flags: 8003
  87. -- rect: left=244 top=313 right=333 bottom=298
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: Menu
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   go to card ID 3496
  99. end mouseUp
  100.  
  101.